NevronOpenVision
Nevron.Nov.DataStructures Namespace / NReferenceEqualsFilter<T> Class
Fields Properties Methods


NReferenceEqualsFilter<T> Class Members

The following tables list the members exposed by NReferenceEqualsFilter<T>.

Public Constructors
 NameDescription
Public ConstructorCreates a new equals filter that checks the items for equality with the specified other item  
Top
Protected Fields
 NameDescription
Internal Field  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the item to check with  
Top
Public Methods
 NameDescription
Public MethodReturns true, if the item is equal to the specified item. This operation uses the item Object.ReferenceEquals method.  
Top
See Also